ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Topics
    2. Tags
    3. office 365
    Log in to post
    • All categories
    • KellyK

      Clutter vs Focused Inbox: Office 365

      Watching Ignoring Scheduled Pinned Locked Moved Water Closet office 365 clutter focused inbox
      17
      2 Votes
      17 Posts
      3k Views
      NerdyDadN

      To disable for individual users:

      Set-clutter -identity [email protected] -Enable $false

      For an entire organization (tenant)

      Get-Mailbox | Set-Clutter -Enable $false

      You do have to be signed into your O365 environment by PowerShell:

      $session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri "https://outlook.office365.com/powershell-liveid/" -Credential $cred -Authentication Basic -AllowRedirection

      It will ask you to authenticate. Use your normal creds.

      Import-PSSession $session
      You will see another module load and you're in to run the above scripts.

    • dafyreD

      O365 Group SendAs Strangeness

      Watching Ignoring Scheduled Pinned Locked Moved Solved IT Discussion office 365 o365 outlook 2013 o365 group
      8
      0 Votes
      8 Posts
      2k Views
      dafyreD

      @coliver said in O365 Group SendAs Strangeness:

      @dafyre said in O365 Group SendAs Strangeness:

      Guess I should have just been at least a little bit patient with it. The permissions finally updated over night... Go figure.

      Yep... Permissions can take a stupid long time to propagate.

      There was some kind of O365 issue that was causing them to be slow this time. Normally when i do this, things happen in minutes, not hours.

    • DustinB3403D

      Office365 Direct Send without Relay

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion powershell email office 365 applications
      14
      0 Votes
      14 Posts
      3k Views
      JaredBuschJ

      @Dashrender said in Office365 Direct Send without Relay:

      @JaredBusch said in Office365 Direct Send without Relay:

      For only basic email traffic needs like scan to email, just setup a connector in Office 365.

      0_1492696529257_upload-114c859e-4acc-44f7-98fb-1e15dd07b888

      0_1492696555576_upload-097270f5-1ef9-441c-be47-52dedd9dbb0b

      Exchange Online has various rate limits though. So if you think you will be even close to them, use postfix locally to send out and just add your local WAN IP to your SPF record.

      Why wouldn't your local relay still relay everything through Hosted Exchange in O365? or would that be rate limited as well?

      Exchange Online has limits. it does not matter from where the email originate. The software was actually setup to authenticate and send email directly with and Exchange Online account during testing.

      This quickly hit the rate limits as the client was sending out large amounts of price notifications to users that has signed up for such.

      So this site had a local CentOS 7 box setup and Postfix was configured to send mail out. The SPF record was updated and then a connector was also setup to make sure nothing was blocked for no reason.

    • NerdyDadN

      Inactive Users Report with PowerShell

      Watching Ignoring Scheduled Pinned Locked Moved Self Promotion scripts powershell users office 365 office365 o365 exchange nerdydad ps scripts
      1
      1 Votes
      1 Posts
      1k Views
      No one has replied
    • NerdyDadN

      Disable a User on O365 with PowerShell

      Watching Ignoring Scheduled Pinned Locked Moved Self Promotion scripts powershell o365 office 365 office 365 administration users nerdydad ps scripts
      1
      1 Votes
      1 Posts
      2k Views
      No one has replied
    • NerdyDadN

      Creating a New User with O365 with PowerShell

      Watching Ignoring Scheduled Pinned Locked Moved Self Promotion script powershell office365 office 365 o365 office 365 administration users nerdydad ps scripts
      3
      2 Votes
      3 Posts
      2k Views
      NerdyDadN

      Inserted a new line of code at line 82 and 87 to read as follows:

      icacls \\<server>\d$\Users\$un\* /grant $un:F /inheritance:e /T

      This line grants the new employee full access to their network folder and subfolders and items.

    • bigbearB

      Moving our domain from old 0365 account to new one.

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion office 365 hosted exchange email
      7
      1 Votes
      7 Posts
      1k Views
      bigbearB

      @Minion-Queen I cant give you any good reason why we wont use Google Apps. I know I would get a lot of flack over it.

    • travisdh1T

      Office 365 plans.

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion office 365 price
      16
      1 Votes
      16 Posts
      2k Views
      DashrenderD

      Yep, those are two of the features I know are missing from the online version.

    • DustinB3403D

      Remote MRS Proxy Connection Forbidden

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion office 365 exchange exchange online mrs proxy
      4
      1 Votes
      4 Posts
      2k Views
      DustinB3403D

      Is this purely a failed certificate issue? I mean that would make sense, but I've not done a lot with Exchange (and O365) besides dick-around with the settings as this organization has some major config issues.

    • DustinB3403D

      O365 and Outlook - Trying to Connect

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion outlook office 365 outage
      14
      0 Votes
      14 Posts
      3k Views
      DustinB3403D

      @scottalanmiller said in O365 and Outlook - Trying to Connect:

      @DustinB3403 said in O365 and Outlook - Trying to Connect:

      Day 4 and and Autodiscover is still broken. Microsoft should be calling me any minute.

      Did they?

      Ha.. yes they did and there were additional configuration changes made so that users are authentication against out on premise server, but the cached records that O365 collects.

      And there is a new issue that I've been dealing with for a few days (4) were we apparently can't sync users / password / dl changes etc.

      Even though the sync says everything is functional.

    • JaredBuschJ

      Microsoft Exchange Online outage

      Watching Ignoring Scheduled Pinned Locked Moved News microsoft exchange online office 365
      10
      1 Votes
      10 Posts
      2k Views
      scottalanmillerS

      @Minion-Queen said in Microsoft Exchange Online outage:

      We got mail just fine it's the sending that got us all day.

      That, also, would explain the overall silence.

    • JoelJ

      Room Calendar Permissions on Office 365 Exchange

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion office 365 exchange powershell o365
      6
      2 Votes
      6 Posts
      3k Views
      Mike DavisM

      If that doesn't work, you might also need to do:
      Set-MailboxFolderPermission -Identity "conf-room:\non_ipm_subtree\freebusy data" -User default -AccessRights reviewer

    • gjacobseG

      Pertino and Office 365

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion pertino outlook 2013 outlook 2016 adconnect o365 office 365
      4
      1 Votes
      4 Posts
      1k Views
      Reid CooperR

      Seems like ZeroTier really took over the work that Pertino was doing. Not directly, but in a sense.

    • scottalanmillerS

      Announcing Veeam Backup for Office 365

      Watching Ignoring Scheduled Pinned Locked Moved Water Closet backup veeam office 365
      11
      4 Votes
      11 Posts
      3k Views
      BRRABillB

      @scottalanmiller said in Announcing Veeam Backup for Office 365:

      @BRRABill said in Announcing Veeam Backup for Office 365:

      @scottalanmiller are you going to argue it's not needed, though?

      🙂

      Well I don't plan to use it 😉

      LOL.

    • Minion QueenM

      Unitrends now has Office365 & Cloud backups!!

      Watching Ignoring Scheduled Pinned Locked Moved Announcements unitrends backup azure office 365 o365 exchange sharepoint onedrive for business amazon aws amazon
      41
      7 Votes
      41 Posts
      8k Views
      AmbarishrhA

      I shared this with my parent company and they did an evaluation, but found that its not really useful for them. Initial feedback was " the application supports files only - no other objects (list items, etc.)"

      Anyone checked this already and is this the case?

    • dafyreD

      O365 External Contact Issue

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved IT Discussion o365 office 365
      17
      1 Votes
      17 Posts
      3k Views
      dafyreD

      @Kelly said in O365 External Contact Issue:

      @dafyre said in O365 External Contact Issue:

      @Kelly said in O365 External Contact Issue:

      @dafyre said in O365 External Contact Issue:

      @JaredBusch said in O365 External Contact Issue:

      @Kelly said in O365 External Contact Issue:

      Why aren't you just using one or the other system for students since they're both free?

      Because he likes to overcomplicate things apparently.

      Only some times.

      No, this is a decision made before I ever got here... and as others have mentioned, I have no idea why it is like this, but I know of several schools who do so... It's mind boggling.

      I pushed the school I worked at off of GApps pretty fast so I would only have to support one platform.

      I wish I had that kind of clout here. At my last job, our students would have gone into open rebellion had we disabled Google. I actually wanted to push everybody to Google, but there was some political crap going on that I wasn't privy to.

      Even pushing the students to GApps and staff on O365 is better than the bastardization you're fighting with.

      lol. Yeah. The problem is that the students get licensed for O365 and local installs of Office... but... To get to them, they must have a MS-Account. /sigh.

    • scottalanmillerS

      Some MS Office Apps Unable to Sync to Office 365

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion office 365 ms office 2016 onenote onenote for ios ios
      4
      0 Votes
      4 Posts
      2k Views
      scottalanmillerS

      @BBigford said in Some MS Office Apps Unable to Sync to Office 365:

      I've saw this before. Open up Credential Manager and delete anything related to Office. Don't just edit and verify, actually delete it. When you sign in again, it'll store a new copy. Happens sometimes with password changes or a bad sync between password changes.

      Can find it in Control Panel or just search for it.

      Hence why Apple products are working OK... They don't have Credential Manager. Same thing happens with Keychain on Apple PCs sometimes. But the mobile devices obviously don't have Keychain.

      Apple products are NOT working okay, they are half working.

    • ObsolesceO

      PowerShell & Office 365 Remoting Broken - Fix

      Watching Ignoring Scheduled Pinned Locked Moved News powershell office 365
      3
      3 Votes
      3 Posts
      1k Views
      thwrT

      @Tim_G said in PowerShell & Office 365 Remoting Broken - Fix:

      wusa

      Thanks.

      Just to clarify: PowerShell is not required here because wusa(.exe) is a regular executable file, not a cmdlet. Any other way that let you execute a program with elevated rights will do (e.g. cmd.exe, shortcuts, ...)

    • StrongBadS

      Veeam for Office 365

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion veeam backup office 365
      2
      1 Votes
      2 Posts
      831 Views
      scottalanmillerS

      Have not seen that, but that sounds awesome.

    • dafyreD

      O365 Distribution Group Self Signup and Removal

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion o365 office 365 distribution groups
      14
      1 Votes
      14 Posts
      2k Views
      dafyreD

      @gjacobse said in O365 Distribution Group Self Signup and Removal:

      Is the idea to create a 'News Group'?

      I'm not 100% sure yet, we're waiting on that answer. But from the original gist of it, that's what it is sounding like.

    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 9
    • 10
    • 5 / 10